Added MaxMaxReturn config parameter to set absolute upper bound on returned items
Added ability to have required fields in forms
More reduction in excessive use of memory
Increased maximum record size to 8k
Increased maximum field size to 8k
**
** Changes from version 1.1 to version 1.2
Created 68k version
Added category field type
Significantly reduced excessive use of memory
**
** Changes from version 1.0 to version 1.1
When sorting on a field, records with the same value for the field are now guaranteed to be listed in the same order as they appear in the data file.
Maximum record size is 4k
Maximum field size is 1023
Fields can now be sorted numerically. LImitation - max 255 significant digits to left of decimal and 255 digits to right of decimal.
Numeric comparisons can now be done for record selection.
Text fields now sortable and searchable on up to 255 chars. Previous max was 127.
A text field can now have multiple criteria if it has multiple selection entries. - LastName "is" "Howard" or LastName "starts with" "Whit".
Better low mem watching
Maximum size of body template is 2k.
Maximum data returned per matching record is 5k. (Note if you return 100 items at 5k each then your sending half a meg and probably displeasing users.)